Class ARPPacketImpl

All Implemented Interfaces:
IPCData, ARPPacket, Pdu, Signal

public class ARPPacketImpl extends PduImpl implements ARPPacket
  • Field Details

    • hardwareType

      protected Short hardwareType
    • protocolType

      protected Short protocolType
    • hardWareLength

      protected Byte hardWareLength
    • protocolLength

      protected Byte protocolLength
    • usOperation

      protected Short usOperation
    • srcMacAddress

      protected MACAddress srcMacAddress
    • srcIpAddress

      protected IPAddress srcIpAddress
    • dstMacAddress

      protected MACAddress dstMacAddress
    • dstIpAddress

      protected IPAddress dstIpAddress
  • Constructor Details

    • ARPPacketImpl

      public ARPPacketImpl()
  • Method Details